Received: from zeus (zeus.usq.edu.au [139.86.128.2]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id HAA21188 for <blitz-list@helsinki.fi>; Mon, 4 Jul 1994 07:35:06 +0300
Received: from helios.usq.edu.au (helios) by zeus with SMTP id AA10291
(5.65c/IDA-1.4.4); Mon, 4 Jul 1994 14:33:30 -1000
Message-Id: <199407050033.AA10291@zeus>
Received: by helios.usq.edu.au
From: tom duncan <duncan@zeus.usq.edu.au>
Subject: Re: TextEntry problem
To: msaw1@mdw089.cc.monash.edu.au (Mr M Sawicki)
Date: Mon, 4 Jul 1994 14:31:07 +1000 (EST)
Cc: blitz-list@helsinki.fi
In-Reply-To: <Pine.3.07.9407041227.A5235-a100000@mdw089.cc.monash.edu.au> from "Mr M Sawicki" at Jul 4, 94 12:53:28 pm
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Status:
Status: RO
>
>
>
> On Mon, 4 Jul 1994, tom duncan wrote:
>
> > Hi all,
> > Having a couple of problems.
> >
> > 1. Text Entry program by Mark Tiffany
> > I have a few Token messed up.
> > Any ideas were these come from. I thought by blitzlibs were up-to-date
> >
> > USEPATH TextEntryInfo
> > t$=StripTrail$(t$,Asc(" "))
> > ot$=t$
> > If \Winw>????? Then \Winw=?????
> > If \Winh>????? Then \Winh=?????
> > If \Winx+\Winw>????? Then \Winx=?????-\Winw
> > If \Winy+\Winh>????? Then \Winy=?????-\Winh
> >
>
> ??????? - Means that a token is not found. It happened to me when I tried
> running a program for which library was not installed.
Yep, Thanks I knew that, but what I need is someone with TextEntry working to
tell me what tokens they are and they might have come from.
Seems to be a big problem these days with so many libraries floating around.
ta again
Tom D
>
> >
> > 2. ROL
> > I need to do a 4 bit ROL and havn't a clue on setting up the registers.
> > Any ideas anyone.
>
> No need to. All you have to do is
>
> a ROL 4 <- this will rotate a 4 times to the left.
>
> You may have to use a=a ROL 4 but I think above should work. For more info